projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58c4842
)
Fix libostree-sys publish step
author
Felix Krull
<f_krull@gmx.de>
Tue, 16 Oct 2018 17:34:13 +0000
(19:34 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000
(12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/.gitlab-ci.yml
b/rust-bindings/rust/.gitlab-ci.yml
index dc752ee7ff58050660b6c85bdfa0ff9bf9770ba8..1eeb0c2d1c78119d905b7aea639fc02aa08f7a17 100644
(file)
--- a/
rust-bindings/rust/.gitlab-ci.yml
+++ b/
rust-bindings/rust/.gitlab-ci.yml
@@
-53,10
+53,8
@@
libostree_nightly:
# publish
publish_libostree-sys:
stage: publish
- before_script:
- - cargo login $CRATES_IO_TOKEN
script:
- - cargo publish --verbose --manifest-path libostree-sys/Cargo.toml
+ - cargo publish --verbose --manifest-path libostree-sys/Cargo.toml
--token $CRATES_IO_TOKEN
when: manual
#publish_libostree: